English Dictionary
◊ HYPERTEXT MARKUP LANGUAGE
hypertext markup language
n : a set of tags and rules (conforming to SGML) for using them
in developing hypertext documents [syn: {HTML}]
English Computing Dictionary
◊ HYPERTEXT MARKUP LANGUAGE
Hypertext Markup Language
(HTML) A {Hypertext} document
format used on the {World-Wide Web}. Built on top of {SGML}.
"Tags" are embedded in the text. A tag consists of a "<", a
"directive" (case insensitive), zero or more parameters and a
">". Matched pairs of directives, like "" and</div><div class ="Idiom" > "" are used to delimit text which is to appear in a
special place or style.
Links to other documents are in the form
where "A", "/A" delimit an "anchor", "HREF" introduces a
hypertext reference, which in this case is a {Uniform Resource
Locator} (URL) (the thing in double quotes in the example
above). The text "foo" will be the label appearing on the
link in the browser.
A certain place within an HTML document can be marked with a
named anchor, e.g.: